home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
comm
/
misc
/
RecentScript.lha
/
RecentScript
/
Configs
/
MountFTP DOS.intro
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-04-04
|
309 b
|
25 lines
; Amiga DOS - Download script for MountFTP
;
; Script generated by RecentScript
failat 21
echo "Connecting %1..." noline
cd >NIL: "%1"
if FAIL
echo " failed"
quit
endif
echo " succeeded"
echo "Change directory to '%2'..." noline
cd >NIL: "%2"
if FAIL
echo " failed"
quit
endif
echo " succeeded"